switches

List of switches that will be passed to the Chromium process.

Important: for advanced usage only. The library doesn't support all the possible Chromium switches, so there is no guarantee that the passed switches will work. All the supported switches can be set through the corresponding properties of this DSL. Switches added using this property take precedence over the corresponding DSL properties.

For example, if you configure the remote debugging port using remoteDebuggingPort property and then pass --remote-debugging-port switch to this list, the port from the list will be used.